home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 06 / 5 / DISK0659.ZIP / README.BAT < prev   
DOS Batch File  |  1990-12-03  |  1KB  |  33 lines

  1. echo off
  2. Cls
  3. echo                   VIANSOFT(R) Church Contribution System
  4. echo  
  5. echo This disk contains the Program, User's Manual and Tutorial for the VIANSOFT(R)
  6. echo Church Contribution System.  To use the software, you must install it on your
  7. echo computer.
  8. echo  
  9. echo To run the Contribution System Install Program, put the Contribution System
  10. echo Tutorial-Trial Disk in drive A and type:
  11. echo  
  12. echo                     a:install   (Press ENTER)
  13. echo  
  14. echo NOTE:  To install the Contribution System on a floppy disk, format a new blank
  15. echo floppy disk with the /s option first:
  16. echo  
  17. echo        1. Put your DOS disk in drive A.
  18. echo        2. Put the new blank disk you want to format in drive B.
  19. echo        3. Type: format b:/s  (Press ENTER)
  20. echo  
  21. echo   FOR A PRINTED COPY OF THESE INSTRUCTIONS, TURN ON YOUR PRINTER AND PRESS
  22. echo                            THE PRINT SCREEN KEY.
  23. echo  
  24. pause
  25. if not exist readme2 goto stop
  26. cls
  27. type readme2
  28. echo  
  29. pause
  30. :stop
  31. echo on
  32.  
  33.